home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 1.iso / pc / p_bro_m.dxr / 00013_BACK.ls < prev    next >
Encoding:
Text File  |  1997-04-12  |  387 b   |  13 lines

  1. on mouseDown
  2.   set tclk to the clickOn + 5
  3.   set the visible of sprite tclk to 1
  4.   updateStage()
  5.   waittimer(1)
  6.   set tcount to integer(the text of member "fPhotoCount") - 1
  7.   if tcount < 1 then
  8.     set tcount to integer(item integer(the text of member "fPhotoFolder") of the text of member "fPhotoMax")
  9.   end if
  10.   set the text of member "fPhotoCount" to string(tcount)
  11.   go("DISP")
  12. end
  13.